type go/types.ctxtEntry
4 uses
go/types (current package)
context.go#L46: typeMap map[string][]ctxtEntry // type hash -> instances entries
context.go#L51: type ctxtEntry struct {
context.go#L60: typeMap: make(map[string][]ctxtEntry),
context.go#L127: ctxt.typeMap[h] = append(ctxt.typeMap[h], ctxtEntry{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)